home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_3052.txt < prev    next >
Text File  |  1990-02-11  |  1KB  |  56 lines

  1. -- card: 3052 from stack: in
  2. -- bmap block id: 3210
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: Welcome
  6. ----- HyperTalk script -----
  7. on openCard
  8.   if the version of HyperCard < 1.2 then
  9.     put "You are using an older version of HyperCard." & return & "Please install HyperCard 1.2, or higher" && "before using HyperArchy!" into card field "Message"
  10.     beep
  11.     beep
  12.     Answer "WARNING: Read the message, below!"
  13.   else
  14.     put "You are using HyperCard 1.2, or higher." & return & "HyperArchy should work for you." into card field "Message"
  15.   end if
  16. end openCard
  17.  
  18.  
  19. -- part 2 (field)
  20. -- low flags: 01
  21. -- high flags: 0000
  22. -- rect: left=44 top=295 right=335 bottom=477
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 0
  26. -- font id: 3
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: Message
  31.  
  32.  
  33. -- part 4 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=474 top=307 right=336 bottom=510
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 26425 / 26425
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Next
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   push card
  48.   visual effect scroll left
  49.   go to next card
  50. end mouseUp
  51.  
  52.  
  53. -- part contents for card part 2
  54. ----- text -----
  55. You are using HyperCard 1.2, or higher.
  56. HyperArchy should work for you.